crypto/elliptic.CurveParams.doubleJacobian (method)

4 uses

	crypto/elliptic (current package)
		elliptic.go#L193: 		return curve.doubleJacobian(x1, y1, z1)
		elliptic.go#L231: 	return curve.affineFromJacobian(curve.doubleJacobian(x1, y1, z1))
		elliptic.go#L236: func (curve *CurveParams) doubleJacobian(x, y, z *big.Int) (*big.Int, *big.Int, *big.Int) {
		elliptic.go#L307: 			x, y, z = curve.doubleJacobian(x, y, z)